Doc updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 Dec 2005 05:44:07 +0000 (05:44 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 Dec 2005 05:44:07 +0000 (05:44 +0000)
ChangeLog
ChangeLog.pre-2-10
gtk/gtkcalendar.c
gtk/gtkcellrenderer.c
gtk/gtkselection.c

index 59680b95b0747a5b3cd8fd15d52dfb494f55f95d..ee4815fd69063a394e87b8b810c537d02638a2d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkcellrenderer.c: 
        * gtk/gtkselection.c: 
        * gtk/gtkcalendar.c: 
        * gtk/gtkitemfactory.c: 
index 59680b95b0747a5b3cd8fd15d52dfb494f55f95d..ee4815fd69063a394e87b8b810c537d02638a2d8 100644 (file)
@@ -1,5 +1,6 @@
 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkcellrenderer.c: 
        * gtk/gtkselection.c: 
        * gtk/gtkcalendar.c: 
        * gtk/gtkitemfactory.c: 
index 03614bdad15e97c8a4db822f26ad5c288f84f29c..253155d72b84547cbcaecc01330c547c6463a291 100644 (file)
@@ -3466,6 +3466,8 @@ gtk_calendar_get_date (GtkCalendar *calendar,
  * 
  * Does nothing. Previously locked the display of the calendar until
  * it was thawed with gtk_calendar_thaw().
+ *
+ * Deprecated: 2.8: 
  **/
 void
 gtk_calendar_freeze (GtkCalendar *calendar)
@@ -3479,6 +3481,8 @@ gtk_calendar_freeze (GtkCalendar *calendar)
  * 
  * Does nothing. Previously defrosted a calendar; all the changes made
  * since the last gtk_calendar_freeze() were displayed.
+ *
+ * Deprecated: 2.8: 
  **/
 void
 gtk_calendar_thaw (GtkCalendar *calendar)
index 3f4d52e3bf25343c1b0a24ce2b38ad2dfe97a4a3..762bef1df0273d2225da46c1878d50b94ee9e330 100644 (file)
@@ -758,7 +758,7 @@ gtk_cell_renderer_get_fixed_size (GtkCellRenderer *cell,
  * changes were not committed.
  *
  * Since: 2.4
- * Deprecated: Use gtk_cell_renderer_stop_editing() instead
+ * Deprecated: 2.6: Use gtk_cell_renderer_stop_editing() instead
  **/
 void
 gtk_cell_renderer_editing_canceled (GtkCellRenderer *cell)
index a453cb35e630f6d8a81c30c50897df6d84b3c1b0..6272f5c46b21dc04e7c2c1cd23496dff0531225b 100644 (file)
@@ -1813,7 +1813,7 @@ gtk_selection_init (void)
  * 
  * Since: 2.2
  *
- * Deprecated: Instead of calling this function, chain up from
+ * Deprecated: 2.4: Instead of calling this function, chain up from
  * your selection_clear_event handler. Calling this function
  * from any other context is illegal. 
  **/